←Select platform

ManualPerspectiveDeskewCommand Constructor(LeadPoint[],LeadPoint[])

Summary
Initializes a new ManualPerspectiveDeskewCommand class object with inputPoints and mappingPoints values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (instancetype)initWithInPoints:(nullable NSArray<NSValue *> *)inputPoints mappingPoints:(nullable NSArray<NSValue *> *)mappingPoints NS_DESIGNATED_INITIALIZER; 
public ManualPerspectiveDeskewCommand( 
   LeadPoint[] inputPoints, 
   LeadPoint[] mappingPoints 
); 
public: 
ManualPerspectiveDeskewCommand(  
   array<LeadPoint>^ inputPoints, 
   array<LeadPoint>^ mappingPoints 
) 
__init__(self,inputPoints,mappingPoints) # Overloaded constructor 

Parameters

inputPoints
An array of LeadPoint structures that represent the points used for input of the distorted image.

mappingPoints
An array of LeadPoint structures that represent those same points after deskewing.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.